home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYEDIT.ZIP / APP.INC next >
Text File  |  1994-10-20  |  296b  |  13 lines

  1. {
  2. Global include for units and programs.  Define the 'Production' label to
  3. delete debugging information, etc.
  4. }
  5.  
  6. {$DEFINE Production}
  7.  
  8. {$IFDEF Production}
  9.   {$A+,B-,D-,E+,F-,I+,K+,L-,N+,P-,Q-,R-,S-,T-,V-,W+,Y-}
  10. {$ELSE}
  11.   {$A+,B-,D+,E+,F-,I+,K+,L+,N+,P-,Q+,R+,S+,T-,V-,W+,Y+}
  12. {$ENDIF}
  13.